Experimental: this API is experimental and might be changed or removed in the future.

IVisualElementScheduledItem.Until

Switch to Manual
public Experimental.UIElements.IVisualElementScheduledItem Until (Func<bool> stopCondition);

Parameters

stopCondition当条件返回 true 时,将取消项目计划。

Returns

IVisualElementScheduledItem 此 ScheduledItem。

Description

当满足指定的条件时,将自动取消项目的计划。