setDidWork

abstract fun setDidWork(didWork: Boolean)(source)

Sets whether the task actually did any work. Most built-in tasks will set this automatically, but it may be useful to manually indicate this for custom user tasks.

Parameters

didWork

indicates if the task did any work