func SetTaskDisplay(ctx context.Context, display string) errorSet the display label of the currently executing task.
This function is intended to be used inside a task Execute method.
Parameters
Section titled “Parameters”ctx context.Context required The task execution context.
display string required The display label to set for the current task.
Returns
Section titled “Returns”An error if the context is not a task execution context.