Skip to content

Timer class

cs
public abstract class Timer {...}

Instance properties

Id

cs
public int Id { get; }

Destroyed

cs
public bool Destroyed { get; }

Instance events

OnError

cs
public event Action<Exception> OnError;

Instance methods

Ref

cs
public void Ref();

UnRef

cs
public void UnRef();

HasRef()

cs
public void HasRef();

Built with VitePress | API version 1.0.40-new-docs.1
Released under the MIT license. All rights reserved