IStepCompleteWithError Method
|
Changes the step's state to
COMPLETED, but includes an error message; this is not a successful completion.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid CompleteWithError(
string error
)
Sub CompleteWithError (
error As String
)
void CompleteWithError(
String^ error
)
abstract CompleteWithError :
error : string -> unit Parameters
- error String
- Error message to set.
See Also