|
|
|
|
|
ActionPlanInfo (Function) Retrieves information regarding the execution of an instance of action plan. // Checks the execution of the action plan for compiling my project bCompilOK is boolean = ActionPlanInfo("FacCoord", "admin", ... "fackey", nPlanCompilMyProjectID, apStatusCompletedOK)
Sintaxis
<Result> = ActionPlanInfo(<Coordinator> , <User> , <Password> , <Identifier of Instance of Action Plan> [, <Information>])
<Result>: Type of the desired information Requested information. <Coordinator>: Character string Name of the computer used to coordinate the execution of the action plans. <User>: Character string User name. This user must be allowed to run the action plan on the coordinator. <Password>: Character string or Secret string User password.
Novedad versión 2025Cadenas secretas: Si utiliza el almacén de cadenas secretas, el tipo de cadena secreta utilizado para este parámetro debe ser "ANSI o Unicode string". Para obtener más información sobre las cadenas secretas y el almacén, consulte Almacén de cadenas secretas. <Identifier of Instance of Action Plan>: Integer Identifier of the instance of action plan to use. This identifier is returned by ActionPlanExecute. <Information>: Optional Integer constant Requested information about the action plan.
| | apInfoCancellationInProgress | <Result> is a boolean and it is set to: - True if the action plan instance is being cancelled,
- False otherwise.
| apInfoComputer | <Result> is a character string containing the name of the computer that runs the action plan. | apInfoEnd | <Result> is a DateTime variable corresponding to the end date and time for running the action plan. | apInfoLog | <Result> is a character string containing the runtime log of the action plan. | apInfoProgress | <Result> is an integer corresponding to the percentage of progress regarding the execution of the action plan. | apInfoStart | <Result> is a DateTime variable corresponding to the start date and time for running the action plan. | apInfoStatus (Default value) | <Result> is an Integer constant corresponding to the status of the action plan: - paStatusDisconnected The automation used to execute the action plan is no longer responding.
- paEtatEnAttente The action plan is pending execution.
- paEtatEnCours Action plan in progress.
- paEtatLancement: The coordinator will launch the action plan.
- paEtatTerminatedFailed Plan execution terminated with error.
- paEtatTerminéOK Plan execution completed without error.
| apInfoUser | <Result> is a character string containing the name of the user who started the execution of the action plan. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|