Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 748 Bytes

cancel-process.directive.md

File metadata and controls

23 lines (17 loc) · 748 Bytes
Title Added Status Last reviewed
Cancel Process Directive
v3.7.0
Experimental
2019-12-09

Cancels a process

Basic Usage

<button adf-cloud-cancel-process (success)="onProcessCancelled()" (error)="onCancelProcessError()">Cancel</button>

Events

Name Type Description
error EventEmitter<any> Emitted when the process can not be cancelled.
success EventEmitter<any> Emitted when the process is cancelled.