waitForMethods(methodContextList: ParamListType): JadeMethodContext;
The waitForMethods method of the Process class suspends the process until one of the method contexts specified by the methodContextList parameter completes or times out. The waitForMethods method returns a reference to the method context that completes or times out. If all method contexts have completed or timed out, the waitForMethods method returns a null value.
The methodContextList parameter value consists of one or more references to instances of the
For more details, see Chapter 16, "