< All Topics Main Developer Guide Timers and Actions Action Action PostedNovember 5, 2021 UpdatedNovember 29, 2022 ByKasper Vestrup Use the static Action method to execute anonymous methods after a specified delay.ExampleExecutes the Log.Write method after 2 seconds. Experior.Core.Timer.Action(() > Experior.Core.Environment.Log.Write(“Hello World”), 2);