Task Constructor
- Updated2023-02-21
- 2 minute(s) read
| 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. |