Title | Added | Status | Last reviewed |
---|---|---|---|
Start Task Component |
v2.0.0 |
Active |
2019-01-14 |
Creates/Starts a new task for the specified app.
<adf-start-task
[appId]="YOUR_APP_ID"
[name]="My Task Name">
</adf-start-task>
Name | Type | Default value | Description |
---|---|---|---|
appId | number |
(required) The id of the app. | |
name | string |
"" | Default Task Name. |
Name | Type | Description |
---|---|---|
cancel | EventEmitter <void> |
Emitted when the cancel button is clicked by the user. |
error | EventEmitter <any> |
Emitted when an error occurs. |
success | EventEmitter <any> |
Emitted when the task is successfully created. |