Click or drag to resize

IStepCompleteWithError Method


Changes the step's state to COMPLETED, but includes an error message; this is not a successful completion.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void CompleteWithError(
	string error
)

Parameters

error  String
Error message to set.
See Also