<< details << | Table Of Contents | >> duration >> |
Keyword | disabled |
Use active instead.
Purpose | This attribute is deprecated. Please use active instead. Disable the scenario for scheduling. The default for the top-level scenario is to be enabled. |
|
Syntax | disabled |
|
Arguments | none | |
Context | scenario | |
See also | active |
project "Example" 2007-05-29 - 2007-07-01 { timezone "America/Denver" scenario plan "Planned Scenario" { scenario actual "Actual Scenario" scenario test "Test Scenario" { active no } } } task t "Task" { start 2007-05-29 actual:start 2007-06-03 test:start 2007-06-07 }
<< details << | Table Of Contents | >> duration >> |