Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
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
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. 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
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Waits for other applications to create a output files. If the timeout is reached an exception will be raised. |