Main Content

fetchJobs

Fetch jobs on the remote computing cluster

Since R2024b

Description

jobs = fetchJobs(clusterObject) returns all the existing jobs on the specified cluster object, clusterObject that are created by with user credentials.

Input Arguments

collapse all

Remote computer cluster from which to fetch jobs, specified as a simulink.cloud.Cluster object.

Output Arguments

collapse all

Available jobs on the cluster, returned as an array of simulink.cloud.Job objects.

Version History

Introduced in R2024b