Copyright © Cloud Software Group, Inc. All Rights Reserved |
The SW_GETCASE_STATUS procedure returns the status of a case of a procedure.SW_GETCASE_STATUS (
case_num numeric(20),
case_status varchar(10),
proc_type varchar(10),
case_started timestamp)
• case_num is the number of the case that you want to get the status of.
• case_status (output) is the name of a variable, defined in the calling program, into which SW_GETCASE_STATUS will return the status of the specified case.
• proc_type (output) is the name of a variable, defined in the calling program, into which SW_GETCASE_STATUS will return the procedure type of the specified case (for example, Main or Sub).
• case_started (output) is the name of a variable, defined in the calling program, into which SW_GETCASE_STATUS will return the date and time that the case was started.
Copyright © Cloud Software Group, Inc. All Rights Reserved |