RtBaseline_GetCaseInfo
The RtBaseline_GetCaseInfo method/function extracts the information about the latest status and time of a specific case action. In this way, you know exactly what the latest editing or running action is over the specified case.
Web Method Synopsis (C# Syntax)
public string RtBaseline\_GetCaseInfo(
string sAFAnalysisPath,
string dCaseStartTime,
int iAction);
Output Result
STRING® Returns a string indicating the STATUS and the latest Time of the specified action. For example: “CollectElements successfully on 23-Mar-2012 18:12:37”
Input Parameters
sAFAnalysisPath (STRING) ® Sigmafine AFAnalysis path. Specify the Sigmafine specific path according to the model configuration with the following format: \\Server\Database\Model\AFAnalysis.
dCaseStartTime (DATETIME) ® Start time of the AFCase specified in standard XML format.
iAction (INTEGER32) ® This integer indicated the action over the case. It can be:
0 ® None/Invalid
1 ® CollectElements
2 ® CollectTransfers
3 ® CollectInputs
4 ® Validate (in AF 2 the Validate does not exists anymore, so an empty string in returned)
5 ® Run
6 ® Publish