FAKE - F# Make


MessageHelper

Contains helper function which allow FAKE to interact with other applications via message files.

Functions and values

Function or valueDescription
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.

Fork me on GitHub