status

Sets the status of the task.

Return

This builder instance for method chaining.

Parameters

status

The status of the task.


Configures the status using a lambda with receiver.

Return

This builder instance for method chaining.

Parameters

block

The lambda to configure the status.


Configures the status using a Java-friendly Consumer.

Return

This builder instance for method chaining.

Parameters

block

The consumer to configure the status.