progressToken

Sets the progress token as a string.

Progress tokens are used for out-of-band progress notifications.

Example: progressToken("progress-123")


Sets the progress token as a Long.

Example: progressToken(123L)


fun progressToken(value: Int)(source)

Sets the progress token as an Int.

Example: progressToken(123)