public class MediaJobStateChangeEventData extends Object
| Constructor and Description |
|---|
MediaJobStateChangeEventData() |
| Modifier and Type | Method and Description |
|---|---|
JobState |
previousState()
Get the previous state of the Job.
|
JobState |
state()
Get the new state of the Job.
|
public JobState previousState()
public JobState state()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/