getJobStatus method
Get status details for a video processing job.
Implementation
Future<XRPCResponse<VideoGetJobStatusOutput>> getJobStatus({
required String jobId,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyVideoGetJobStatus(
jobId: jobId,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);