跳到主要内容

Class Handle

Events

onStopped

Called when Stopped.

public event Action onStopped;

onFinished

Called when Finished (Whether completed or stoped).

public event Action onFinished;

Properties

running

public bool running { get; private set; }

Methods

Stop()

Stop.

public void Stop()

Finish()

protected void Finish()