getSkipMessage

@Nullable
abstract fun getSkipMessage(): String(source)

Returns a message describing why the task was skipped.

Checking this value is meaningful only after the task has been executed.

Return

the message. returns null if the task was not skipped.