Task
Direct Subclass:
Constructor Summary
Public Constructor | ||
public |
constructor(arg_settings: object): nothing Create a Task instance. |
Member Summary
Public Members | ||
public |
description: * |
|
public |
|
|
public |
name: * |
|
public |
type: * |
|
public |
version: * |
Private Members | ||
private |
_failure_cb: * |
|
private |
_process_cb: * |
|
private |
_success_cb: * |
Method Summary
Public Methods | ||
public |
perform(args: any): nothing Run task. |
Private Methods | ||
private |
Run task. |
Public Constructors
Public Members
public description: * source
public name: * source
public type: * source
public version: * source
Private Members
private _failure_cb: * source
private _process_cb: * source
private _success_cb: * source
Public Methods
public perform(args: any): nothing source
Run task.
Params:
Name | Type | Attribute | Description |
args | any | variadic arguments. |
Return:
nothing |