Class: hdlcoder.WorkflowConfig
Package: hdlcoder
Disable all tasks in workflow
clearAllTasks
clearAllTasks
disables all
workflow tasks in the hdlcoder.WorkflowConfig
object.
If you do not want to disable each task individually, use this
method. For example, if you want to run a single task, you can run hdlcoder.WorkflowConfig.clearAllTasks
,
then enable the task that you want to run.