The entry point for the execution of the task.
If not defined, the task can’t be registered with a task runner but can still be submitted.
Copy
Ask AI
Task.Identifier() TaskIdentifier
Provides a user-defined task identifier.
The identifier is used to uniquely identify the task and specify its version.
If not defined, the task runner will generate an identifier for it using reflection.