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.5.94
Syntax
void CompleteWithError(
	string error
)

Parameters

error
Type: SystemString
Error message to set
See Also