The TaskJuggler User Manual

Project Management beyond Gantt Chart Drawing


<< details << Table Of Contents >> duration >>


Keyword disabled

This keyword should no longer be used. It will be removed in future versions of this software.

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 >>


Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Chris Schlaeger <cs@taskjuggler.org>.TaskJuggler is a trademark of Chris Schlaeger.