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

QueryAllRemoteJobs v1

../_images/QueryAllRemoteJobs-v1_dlg.png

QueryAllRemoteJobs dialog.

Table of Contents

Warning

QueryAllRemoteJobs is deprecated. Use QueryAllRemoteJobs version 2 instead.

Summary

Query a remote compute resource for all jobs the user has submitted.

Properties

Name Direction Type Default Description
ComputeResource Input string Mandatory The name of the remote computer to query
JobId Output str list   ID string for the job
JobStatusString Output str list   Description of the job’s current status (Queued, Running, Complete, etc..)
JobName Output str list   Name of the job (specified when the job was submitted)
ScriptName Output str list   The name of the python script that was executed
TransID Output str list   The ID of the transaction that owns the job
SubmitDate Output str list   The date & time the job was submitted
StartDate Output str list   The date & time the job actually started executing
CompletionDate Output str list   The date & time the job finished

Description

Query a remote compute resource for all jobs the user has submitted. Note that the output properties are all arrays. There will be one element for each job that was found.

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

Categories: AlgorithmIndex | Remote | Deprecated

Source

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

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