CommandTask
Extends:
Constructor Summary
Public Constructor | ||
public |
constructor(arg_settings: object): nothing Create a CommandTask instance. |
Method Summary
Private Methods | ||
private |
_init_with_command(arg_command: TopologyDefineCommand): nothing Init task with a Command instance. |
Inherited Summary
From class Task | ||
public |
description: * |
|
public |
|
|
public |
name: * |
|
public |
type: * |
|
public |
version: * |
|
private |
_failure_cb: * |
|
private |
_process_cb: * |
|
private |
_success_cb: * |
|
public |
perform(args: any): nothing Run task. |
|
private |
Run task. |
Public Constructors
public constructor(arg_settings: object): nothing source
Create a CommandTask instance.
Override:
Task#constructorParams:
Name | Type | Attribute | Description |
arg_settings | object | task settings. |
Return:
nothing |
Public Members
Private Members
Private Methods
private _init_with_command(arg_command: TopologyDefineCommand): nothing source
Init task with a Command instance.
Params:
Name | Type | Attribute | Description |
arg_command | TopologyDefineCommand | Command instance. |
Return:
nothing |