Table of Contents

Field OnFileSaved

Namespace
Moments
Assembly
GrindFest.dll

Called once a gif file has been saved. The first parameter will hold the worker ID and the second one the absolute file path.

public Action<int, string> OnFileSaved

Returns

Action<int, string>
Called once a gif file has been saved. The first parameter will hold the worker ID and the second one the absolute file path.