Click or drag to resize

LightningThreadStateAddActionForBackgroundThread Method

Add a background thread action

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool AddActionForBackgroundThread(
	Action action
)

Parameters

action
Type: SystemAction
Action

Return Value

Type: Boolean
True if action added, false if in process of terminating the thread
See Also