MVPSI.JAMS Namespace : WaitFor Class |
The following tables list the members exposed by WaitFor.
Name | Description | |
---|---|---|
![]() | WaitFor Constructor | Creates a WaitFor object which can be used o wait for resources on the specified JAMS Server. |
Name | Description | |
---|---|---|
![]() | Check | Overloaded. Checks to see if the requests have been satisfied. You can call Check multiple times until it returns true. |
![]() | Entry | Overloaded. Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a specific entry in the current schedule. |
![]() | Job | Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a Job. |
![]() | Resource | Sends a message to the JAMS Scheduler telling it that we want to wait until the specified quantity of a resource is available. |
![]() | Setup | Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a Setup. |
![]() | Variable | Sends a message to the JAMS Scheduler telling it that we are interested in the value of a JAMS Variable. |
![]() | Wait | Overloaded. Wait indefinitely for the requests to be satisfied. |