kiishor / UML-State-Machine-in-C

A minimalist UML State machine framework for finite state machine and hierarchical state machine in C
MIT License
170 stars 47 forks source link

Add process tick to print process remaining time every second #7

Closed kiishor closed 5 years ago

kiishor commented 5 years ago

This will simplify the application to see the remaining time when the process is in an active state. fix the issue #4 and related to #6.