Struct itunes_com::wrappers::OperationStatus
source · pub struct OperationStatus { /* private fields */ }Expand description
Safe wrapper over a IITOperationStatus
Implementations§
source§impl OperationStatus
impl OperationStatus
sourcepub fn is_InProgress(&self) -> Result<bool>
pub fn is_InProgress(&self) -> Result<bool>
True if the operation is still in progress.
sourcepub fn Tracks(&self) -> Result<TrackCollection>
pub fn Tracks(&self) -> Result<TrackCollection>
Returns a collection containing the tracks that were generated by the operation.