The TaskJuggler III User Manual

Project Management beyond Gantt Chart Drawing


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


Keyword disabled

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

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 by Chris Schlaeger <chris@linux.com>.TaskJuggler is a trademark of Chris Schlaeger.