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. |
![]() | 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. |