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.3.169
Syntax void CompleteWithError(
string error
)
Sub CompleteWithError (
error As String
)
void CompleteWithError(
String^ error
)
abstract CompleteWithError :
error : string -> unit
Parameters
- error
- Type: SystemString
Error message to set
See Also