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
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