Méthode | Description | |
---|---|---|
CloudTask ( |
Construct a cloud task.
|
|
Init ( String name ) : void |
Setup this task.
|
|
SetStatus ( String status ) : void |
Set the status for this task.
|
|
Stop ( String finalStatus ) : void |
Stop this task.
|
public CloudTask ( |
||
cloud | The cloud this task belongs to. | |
Résultat | System |
public Init ( String name ) : void | ||
name | String | The name of this task. |
Résultat | void |
public SetStatus ( String status ) : void | ||
status | String | The status for this task. |
Résultat | void |
public Stop ( String finalStatus ) : void | ||
finalStatus | String | The final status for this task. |
Résultat | void |