Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
ExitGames.Concurrency.Fibers.IExtendedExecutor Interface Reference

Extended executor should support pausing More...

Inheritance diagram for ExitGames.Concurrency.Fibers.IExtendedExecutor:
ExitGames.Concurrency.Core.IExecutor ExitGames.Threading.ExtendedBeforeAfterExecutor ExitGames.Threading.ExtendedFailSafeExecutor

Public Member Functions

void Pause ()
 
void Resume (IFiberAction executeFirstAction=null)
 
- Public Member Functions inherited from ExitGames.Concurrency.Core.IExecutor
void Execute (List< IFiberAction > toExecute)
 Executes all actions. More...
 
void Execute (IFiberAction toExecute)
 

Properties

bool IsPaused [get]
 

Detailed Description

Extended executor should support pausing

Member Function Documentation

◆ Pause()

void ExitGames.Concurrency.Fibers.IExtendedExecutor.Pause ( )

◆ Resume()

void ExitGames.Concurrency.Fibers.IExtendedExecutor.Resume ( IFiberAction  executeFirstAction = null)

Property Documentation

◆ IsPaused

bool ExitGames.Concurrency.Fibers.IExtendedExecutor.IsPaused
get