public sealed class CompositionBatchPublic NotInheritable Class CompositionBatch[<SealedAttribute>]
type CompositionBatch = class end| Processed | Indicates that batch got deserialized on the render thread and will soon be rendered. It's generally a good time to start producing the next one |
| Rendered | Indicates that batch got rendered on the render thread. It's generally a good time to start producing the next one |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |