open var manuallyRun: Boolean
Sometimes you may want your user to be in charge of when a task is run. Setting manuallyRun to true will assert that this task does not get run automatically by the Wendy task runner. You will need to manually run the task yourself via Wendy.runTask.
manuallyRun
- Sometimes you may want your user to be in charge of when a task is run. Setting manuallyRun to true will assert that this task does not get run automatically by the Wendy task runner. You will need to manually run the task yourself via Wendy.runTask.