메소드 | 설명 | |
---|---|---|
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. | |
리턴 | System |
public SetStatus ( String status ) : void | ||
status | String | The status for this task. |
리턴 | void |
public Stop ( String finalStatus ) : void | ||
finalStatus | String | The final status for this task. |
리턴 | void |