start

abstract fun start(): Boolean

Starts executing the job if the job is not started or paused.

Return

a value indicating if the job was successfully started. If the job is already started or done then false is returned. If there's an error false is returned.

Since

200.0.0