Task Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
| Name | Description | |
|---|---|---|
| Task() | Initializes a new instance of Task. | |
| Task(Task) | Initializes a new instance of Task by copying an existing instance. | |
| Task(String) | Initializes a new instance of Task and creates a task with the specified taskName. | |
| Task(String, Block) | Initializes a new instance of Task and creates a task with the specified taskName and body of statements. |