status

Sets the task status directly.

Return

This builder instance for method chaining.

Parameters

status

The task status.


Configures the task status using a DSL.

Return

This builder instance for method chaining.

Parameters

block

The lambda to configure the task status.


Configures the task status using a Java-friendly Consumer.

Return

This builder instance for method chaining.

Parameters

block

The consumer to configure the task status.