Class TrackTask
Information about a single track generation task.
public class TrackTask
- Inheritance
-
objectTrackTask
Properties
DownloadUrl
The download URL for the generated track (valid for 10 minutes).
public string DownloadUrl { get; set; }
Property Value
- string
TaskId
The ID of the generation task.
public string TaskId { get; set; }
Property Value
- string
TaskStatusCode
The status code of the task (e.g., 1 = in progress, 2 = done).
public int TaskStatusCode { get; set; }
Property Value
- int
TaskStatusText
The human-readable status message of the task.
public string TaskStatusText { get; set; }
Property Value
- string