Initializing help system before first use

setsetuptime

Purpose
Sets sequence dependent setup times between two tasks. The setup time depends on the relative execution order in the schedule of the two tasks. The second version with an additional 'resource' argument applies the setup time relation if both tasks are assigned to the specified resource.
Scheduling/SetupTimes.png
Synopsis
procedure setsetuptime(task1:cptask, task2:cptask, task1_before_task2:integer, task2_before_task1:integer)
procedure setsetuptime(r:cpresource, task1:cptask, task2:cptask, task1_before_task2:integer, task2_before_task1:integer)
Arguments
task1 
a task
task2 
another task
task1_before_task2 
setup time between the two tasks if task1 precedes task2
task2_before_task1 
setup time between the two tasks if task2 precedes task1
a resource

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.