C# Class kOS.Safe.Execution.YieldFinishedNextTick

A kind of YieldFinishedDetector for when you want to wait literaly just until the next tick, by returning true unconditionally when asked "are you done".
Inheritance: YieldFinishedDetector
显示文件 Open project: KSP-KOS/KOS

Public Methods

Method Description
Begin ( SafeSharedObjects shared ) : void
IsFinished ( ) : bool

Method Details

Begin() public method

public Begin ( SafeSharedObjects shared ) : void
shared SafeSharedObjects
return void

IsFinished() public method

public IsFinished ( ) : bool
return bool