when using a wait statement in an ocean script, what determines if "distributed processing is not available" ocean> ocnHelp('wait) PROTOTYPE wait( jobName [jobName2 jobName3 - jobNameN] ) => t/nil DESCRIPTION Postpones processing of a script until the specified jobs complete. This command is ignored if distributed processing is not available. EXAMPLE(S) wait( 'myckt1 ) => t Postpones execution of all subsequent OCEAN commands until the job myckt1 completes.