\(\renewcommand\AA{\unicode{x212B}}\)

QueryRemoteJob v1

../_images/QueryRemoteJob-v1_dlg.png

QueryRemoteJob dialog.

Table of Contents

Warning

QueryRemoteJob is deprecated. Use QueryRemoteJob version 2 instead.

Summary

Query a remote compute resource for a specific job

Properties

Name Direction Type Default Description
ComputeResource Input string Mandatory The name of the remote computer to query
JobID Input string Mandatory The ID of the job to query
JobName Output string   The name of the job
ScriptName Output string   The name of the script that was (or will be) executed
JobStatusString Output string   The current status of the job (Queued, Running, Complete, etc..)
TransID Output string   The transaction ID this job was submitted under
SubmitDate Output string   The date & time the job was submitted
StartDate Output string   The date & time the job actually started executing
CompletionDate Output string   The date & time the job finished

Description

Query a remote compute resource for a specific job the user has submitted.

For more details, see the remote job submission API docs.

Categories: AlgorithmIndex | Remote | Deprecated

Source

C++ header: QueryRemoteJob.h (last modified: 2021-03-31)

C++ source: QueryRemoteJob.cpp (last modified: 2021-03-31)