Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
MessageHelper
Contains helper function which allow FAKE to interact with other applications via message files.
Functions and values
Function or value | Description |
WaitForMessageFile file timeOut
Signature: file:string -> timeOut:TimeSpan -> TimeSpan
|
Waits for another application to create a output file. If the timeout is reached an exception will be raised. |
WaitForMessageFiles files timeOut
Signature: files:seq<string> -> timeOut:TimeSpan -> TimeSpan
|
Waits for other applications to create a output files. If the timeout is reached an exception will be raised. |