![]() |
Copyright © TIBCO Software 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) output,
proc_type varchar(10) output,
case_started datetime output)
• 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 © TIBCO Software Inc. All rights reserved. |