Method: Bitmovin::Job#status
- Defined in:
- lib/bitmovin/job.rb
#status(reload = false) ⇒ Hash
Get bitmovin encoding job status
95 96 97 98 99 |
# File 'lib/bitmovin/job.rb', line 95 def status(reload = false) return @status if !reload && @status reload_status end |