Title | Added | Status | Last reviewed |
---|---|---|---|
Cancel Process Directive |
v3.7.0 |
Experimental |
2019-12-09 |
Cancels a process
<button adf-cloud-cancel-process (success)="onProcessCancelled()" (error)="onCancelProcessError()">Cancel</button>
Name | Type | Description |
---|---|---|
error | EventEmitter <any> |
Emitted when the process can not be cancelled. |
success | EventEmitter <any> |
Emitted when the process is cancelled. |