JAMS Developer Guide
WaitFor Class
Members 


MVPSI.JAMS Namespace : WaitFor Class
The WaitFor class is used to wait for events or conditions to occur. You can wait for the completion of specific entries in the schedule, job completions, setup completions, variable values or resource availablity.

You can wait for multiple events. Create an instance of WaitFor, call any combination of the Entry, Job, Setup, Variable or Resource methods to specify what you want to wait for. Then call Check or Wait to wait for the requests to be satisfied.

Object Model
WaitFor Class
Syntax
'Declaration
 
Public Class WaitFor 
'Usage
 
Dim instance As WaitFor
public class WaitFor 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.WaitFor

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WaitFor Members
MVPSI.JAMS Namespace