Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an event handler from the OnProcessStatusChange event.
Syntax
formContext.data.process.removeOnProcessStatusChange(myFunction);
Parameter
Name | Type | Required | Description |
---|---|---|---|
myFunction |
Function reference | Yes | The function to be removed from the OnProcessStatusChange event. |