If a Transition is part of a Group, it will be named here.
A Group can also be part of another Group, thus, a Group name will be the concatenation of all nested Group names: group1::group2::..::group3 (here, group3 being the deepest one).
When Fixed Time is selected, as soon as the specified time is elapsed, the Transition triggers.
For i.e: if the Transition is connecting Task A with Task B with a Fixed Time set to10 seconds. If the Logic is triggered 1 minute after the simulation start, then the Transition will be triggered 1 minute 10 seconds after the simulation start and Task A will be left for Task B.
A random value (according to the Distribution) will be taken at Transition initialization. This random value between Min and Max values will act as Fixed Time.
Write here the code you like to be run once after the activation of the Transition.
The user can put whatever C/C++ code he wants there. This code can access all vsTASKER API, all included third-party APIs and all user designed scenario, entity, logic, knowledge and model data of the current database.