AgentTaskState.ShouldInterruptPreviousAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that this new state's icon should interrupt the animation of the previous state's icon.
[Android.Runtime.Register("shouldInterruptPreviousAnimation", "()Z", "", ApiSince=37)]
public bool ShouldInterruptPreviousAnimation();
[<Android.Runtime.Register("shouldInterruptPreviousAnimation", "()Z", "", ApiSince=37)>]
member this.ShouldInterruptPreviousAnimation : unit -> bool
Returns
true if this state's icon should interrupt the previous state's animation,
instead of playing it until completion.
- Attributes