如何使用php
中的以下参数打印弹性转码器作业的作业状态{进度,完成,警告,错误}
我已提交作业,视频正在转码。我正在通过S3列表检索已完成的视频列表。
答案 0 :(得分:0)
随// Usage:
SomeContext context = new SomeContext();
Type type = typeof(SomeEntity);
var executorType = typeof(SomeFunctionExecutor<>).MakeGenericType(type);
var executor = Activator.CreateInstance(executorType) as ISomeFunctionExecutor;
if (executor != null)
{
executor.Execute(context);
}
提供,您可以查询作业状态并打印您想要的任何内容:
jobId