Main Content

fetchJobs

R2026b

Fetch jobs on the cloud cluster

Since R2024b

Description

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

Input Arguments

collapse all

Cloud 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