ProgressiveKestrunTaskState.Complete method

Marks the progress as complete with an optional message.

public void Complete(string message = "Completed")
parameter description
message Optional message to include with the completion status.

See Also