Package SCons :: Module Taskmaster :: Class OutOfDateTask
[hide private]
[frames] | no frames]

Class OutOfDateTask

source code

Task --+
       |
      OutOfDateTask
Known Subclasses:
Script.Main.BuildTask

Instance Methods [hide private]
 
needs_execute(self)
Returns True (indicating this Task should be executed) if this Task's target state indicates it needs executing, which has already been determined by an earlier up-to-date check.
source code

Inherited from Task: __init__, display, exc_clear, exc_info, exception_set, execute, executed, executed_with_callbacks, executed_without_callbacks, fail_continue, fail_stop, failed, get_target, make_ready, make_ready_all, make_ready_current, postprocess, prepare, trace_message

Inherited from Task (private): _exception_raise, _no_exception_to_raise

Method Details [hide private]

needs_execute(self)

source code 

Returns True (indicating this Task should be executed) if this
Task's target state indicates it needs executing, which has
already been determined by an earlier up-to-date check.

Overrides: Task.needs_execute