MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleStarted

Method handleStarted

syncthingconnector/syncthingprocess.cpp:332–335  ·  view source on GitHub ↗

! * \brief Keeps track of when the process has been started. */

Source from the content-addressed store, hash-verified

330 * \brief Keeps track of when the process has been started.
331 */
332void SyncthingProcess::handleStarted()
333{
334 m_activeSince = DateTime::gmtNow();
335}
336
337/*!
338 * \brief Resets the state after the process has finished; restart it again if requested.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected